Revert 04a7decd0645b23f1f398340e927eb191f0e754d since it's not needed.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Sat, 19 Nov 2005 03:35:37 +0000 (04:35 +0100)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Sat, 19 Nov 2005 03:35:37 +0000 (04:35 +0100)
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
tools/python/xen/xm/create.py

index cb4eb9694730925dcc0f15de48d46f3d9c264a64..23ea2ba97504bd09d4c6d013d4997b877523780f 100644 (file)
@@ -905,9 +905,6 @@ def parseCommandLine(argv):
             opts.setopt('name', os.path.basename(opts.getopt('defconfig')))
         config = make_config(opts.vals)
 
-    if type(config) == str:
-        config = sxp.parse(file(config))[0]
-
     return (opts, config)